tests: move background-shorthand test to background-shorthand-single
authorCosimo Cecchi <cosimoc@gnome.org>
Tue, 15 May 2012 16:45:39 +0000 (12:45 -0400)
committerCosimo Cecchi <cosimoc@gnome.org>
Tue, 15 May 2012 17:24:41 +0000 (13:24 -0400)
commitb58fa2ca32c19948301076c84fd4935909be61a8
tree7c0fa1f8f3fcbdfc0deae7e3a5b18d08adf9fdc4
parent61c7014e3e649c40880ec172e07863aa74523c98
tests: move background-shorthand test to background-shorthand-single

And update/fix it for the new shorthand parsing, since the old test did
a couple of things wrong:
- it erroneously flipped background-clip and background-origin when
  testing
- it was missing default initial values for background-size and
  background-position from the generated test output
tests/css/parser/Makefile.am
tests/css/parser/background-shorthand-single.css [new file with mode: 0644]
tests/css/parser/background-shorthand-single.ref.css [new file with mode: 0644]
tests/css/parser/background-shorthand.css [deleted file]
tests/css/parser/background-shorthand.ref.css [deleted file]